Skip to content

Conversation

@liamappelbe
Copy link
Contributor

@liamappelbe liamappelbe commented Oct 23, 2025

Got a new arm64 mac, and I can finally repro some of these github CI ref counting flakes. The bug was that I was using the wrong ISA_MASK for arm.

Fixes flaky autorelease_test.dart. Also fixes #1435

@github-actions
Copy link

PR Health

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
objective_c Breaking 8.1.0 9.0.0-dev.0 9.0.0 ✔️

This check can be disabled by tagging the PR with skip-breaking-check.

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

API leaks ⚠️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbol Leaking sources
objective_c _FinalizablePointer internal.dart::_ObjCReference::new::_finalizable

This check can be disabled by tagging the PR with skip-leaking-check.

License Headers ✔️
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

Unrelated files missing license headers
Files
pkgs/objective_c/lib/src/ns_input_stream.dart

This check can be disabled by tagging the PR with skip-license-check.

@coveralls
Copy link

coveralls commented Oct 23, 2025

Coverage Status

coverage: 89.828%. remained the same
when pulling 48ee4e4 on ci_fix
into ddd2882 on main.

@liamappelbe liamappelbe changed the title WIP: Fixing ffigen/objc CI [ffigen] Fixing ffigen/objc CI Oct 23, 2025
@liamappelbe liamappelbe marked this pull request as ready for review October 23, 2025 06:56
Copy link
Contributor

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you for looking into this!

LGTM

@liamappelbe liamappelbe merged commit 70969fa into main Oct 23, 2025
32 of 36 checks passed
@liamappelbe liamappelbe deleted the ci_fix branch October 23, 2025 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ffigen][objective_c] test/native_objc_test/global_test.dart flaky

3 participants